SftTree/OCX 7.0

SftTreeSplitter.MakeOptimal Method

Softel vdm, Inc.

Positions the splitter bar optimally.

Syntax       

VB.NET

object.MakeOptimal()

VB

object.MakeOptimal

C#.NET

void object.MakeOptimal();

VC++

HRESULT object->MakeOptimal();

C

HRESULT object->raw_MakeOptimal();

Delphi

procedure object.MakeOptimal();

object

A SftTreeSplitter object.

Comments

The MakeOptimal method positions the splitter bar optimally, so the left pane can display as much data as possible without a horizontal scroll bar.

MakeOptimal is only available for a split tree control (see Splitter.Visible).

Before using MakeOptimal, the best horizontal extent for the panes must be set using the Items.HorizontalExtent property or the Items.RecalcHorizontalExtent method.  Once set, MakeOptimal can then be used to position the splitter bar optimally, so the left pane can display as much data as possible without a horizontal scroll bar.

MakeOptimal uses the current width of the tree control window to determine the allowable position of the splitter bar.  If the tree control window is too small, the splitter bar may not be optimally set.  This is particularly noticeable if the tree control window is resized after MakeOptimal is used.

The coordinates of the splitter bar can be retrieved using the Splitter.GetPosition method.

The Splitter.Width property is used to change the width of the splitter bar.

See Also  SftTreeSplitter Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com